WindowScroll SUB Action Scrolls text in the current window by the number of lines specified. Syntax WindowScroll lines% Remarks The WindowScroll procedure is used in the WindowPrint procedure of the User Interface toolbox. The argument lines% is an integer that defines the number of lines to scroll. If lines% is greater than 0, the window scrolls up; if lines% is less than 0, the window scrolls down. If lines% equals 0, the window is cleared. See Also. WindowCls, WindowPrint